- /* getnum.h by K.Tsuru */
- /************************
- Input number by keyboard.
- *************************/
- #ifndef GET_NUMBER_H
- #define GET_NUMBER_H
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- // buffer size number type
- int GetInt(); // 20 int
- long GetLong(); // 20 long
- double GetDouble();// 30 double
- char* GetString();// free char *
- #endif
getnum.h : last modifiled at 2017/02/26 15:25:52(395 bytes)
created at 2016/04/11 11:18:59
The creation time of this html file is 2017/10/11 16:07:52 (Wed Oct 11 16:07:52 2017).